.page-numbers {
    margin-bottom: 5px;
}
    
.single-copyright{
    font-size: 14px;
    background: #f8f8f8;
    padding: 1em 1.5em;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    /*width: 100%;*/
    word-break: break-all;
}

.copyright{
    font-weight: 700;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

/*自定义文章内h2、h3、h4标题样式，正文字体大小17@代码开始*/
.post-body h2,h3,h4 {
    display: inline-block;
}
.post-body h2 {
    font-size:18px;
    color: #1B71F2!important;
    font-weight: 700!important;
    margin-top: 0px;
    margin-bottom: 10px;
}
.post-body h3 {
    font-size:16px;
    color: #0084FF!important;
    font-weight: 700!important;
    margin-top: 5px;
    margin-bottom: 15px;
}
.post-body h4 {
    font-size:14px;
    color: #23A5EB!important;
    font-weight: 700!important;
    margin-top: 5px;
    margin-bottom: 15px;
}
.post-body h2:after, .post-body h3:after, .post-body h4:after {
    content: " ";
    display: block;
    opacity: 0.3;
}
.post-body h2:after {
    border-bottom: 10px solid #1B71F2!important;
    margin: -15px -4px 0 -4px;
}
.post-body h3:after  {
    border-bottom: 8px solid #0084FF!important;
    margin: -16px -4px 0 -4px;
}
.post-body h4:after {
    border-bottom: 6px solid #23A5EB!important;
    margin: -9px -4px 0 -4px;
}
/*自定义文章内h2、h3、h4标题样式@代码结束*/


/*自定义文章结尾版权信息框@代码开始*/
.scbtn-info {
    color: #fff;
    background-color: #0099ef;
    border-color: #50e3c2;
}
.scbtn-xs {
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 10px;
}
.scbtn-lx {
    color: #ffffff;
	background: linear-gradient(105deg, #0099ef, #0099ef, #50e3c2);
    padding: 2px 5px;
    border-radius: 8px;
    margin-left: 3px;
    margin-right: 3px;
}
.scbtn-lx a { color: #ffffff;}
.scbtn-lx a:hover { color: #333;}
/*自定义文章结尾版权信息框@代码结束*/

.entry-content .bgff a {
    border-bottom: none!important;
}
.entry-content .bgff {
    margin-top: 30px;
}
.entry-content .viewall_plugin a {
    border-bottom: none!important;
}
div#iddahe_com_style_div li::before {
    display: none;
}